If the dtsWlbListFields flag was set in ListMatchingWords, you can call GetNthWordField to get the field in which a word occurred
[id(7), helpstring("method GetNthWordField")]
HRESULT GetNthWordField([in] long iWord, [out, retval] BSTR * pVal);|
Parameters |
Description |
|
[in] long iWord |
The word to get field information for (0 to Count-1) |
The field that contains this word.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|